home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / utility / danix102.zip / DANIX.DOC < prev    next >
Text File  |  1990-10-12  |  4KB  |  114 lines

  1. The Danix Collection of Utilities (11/28/90) Version 1.02
  2. ---------------------------------------------------------
  3.  
  4. The full documentation for each of the utilities included can be found using
  5. the "man" command.  Type man ls for the documentation on ls.  For information
  6. on how to use man, type man man.  A brief description of each command is
  7. contained in this file.
  8.  
  9. CAT
  10. ---
  11. cat prints files to the standard output.  It can be used as a filter
  12. by including a minus sign '-' in the file list.
  13.  
  14. CHMOD
  15. -----
  16. chmod changes the access modes on files.  The modes which it can change
  17. are the archive bit, read-only attribute, hidden file attribute, and system
  18. file attribute.
  19.  
  20. CUT
  21. ---
  22. Used most often as a filter, cut will select parts of each line of input
  23. to be printed to standard output.  It can also take input from files or
  24. both files and standard input by including a '-' in the file list.
  25.  
  26. CWD
  27. ---
  28. cwd prints the current working directory on the current drive or the drive
  29. supplied as a parameter.
  30.  
  31. DAYTIME
  32. -------
  33. daytime simple prints the approximate time of day in non-military time.
  34.  
  35. DTREE
  36. -----
  37. dtree prints a directory tree beginning with a specified path and drive,
  38. or the current directory by default.
  39.  
  40. HEAD
  41. ----
  42. head prints out the first 10 lines of a text file or standard input, or
  43. both, if '-' is in the file list.  The number of lines printed can be
  44. changed with a parameter.
  45.  
  46. LS
  47. --
  48. list the contents of a directory.  By default, it prints the current
  49. directory contents, excluding hidden files.  Many options allow for
  50. many different forms of listings.
  51.  
  52. MAN
  53. ---
  54. manual reader to display doc files.  manual "pages" can be added by creating
  55. a file with any word processor, and using the man -a option.  Pages which
  56. you add should only contain ascii characters due to the way the man program
  57. handles them.  Therefore, word processors should be instructed to save the
  58. file as an ascii file, without any headers which it may usually include.
  59. The file man.pgs is used to store the pages and should be located somewhere
  60. in your path.  It will store up to 150 man pages or until it runs out of
  61. memory.  The longer the man pages are the longer it takes man to load in
  62. the pages, so these docs should be as concise as possible, just outlining
  63. the options and usage of commands which you refer to often.  If you try
  64. to insert a man page longer than 5000 bytes, man will truncate it.
  65.  
  66. PASTE
  67. -----
  68. paste joins files horizontally.  It prints the first line of the first
  69. file argument, followed by a tab, and the first line of the second file
  70. argument, etc. until the file list has been exhausted.  Standard input
  71. can be used as one of the files by including a '-' in the file list.
  72.  
  73. PTIME
  74. -----
  75. ptime gives the execution time of a command.  It passes all arguments to
  76. the command interpreter, and then displays a message telling how long the
  77. program took to execute.  Times may vary from computer to computer and
  78. are only approximate because the command interpreter must search for the
  79. file, if necessary.
  80.  
  81. TAIL
  82. ----
  83. prints out the last ten lines of its file arguments, and standard input,
  84. if '-' is in the file list.  Number of lines printed is controllable.
  85.  
  86. TOUCH
  87. -----
  88. updates the time stamp on a file, or creates the file if it does not
  89. exist
  90.  
  91. WC
  92. --
  93. count the number of lines and/or words and/or characters in any number of
  94. files, or standard input, by including '-' in the file list.
  95.  
  96. The normal wildcard characters can be used:
  97.    wc *.doc counts the number of words, lines, and characters in all files
  98.           with a .doc extension
  99.    ls file?.doc will list all .doc files beginning with file followed by
  100.           any other character.
  101.  
  102. If you find these utilities useful, your donation of $15.00 would be
  103. greatly appreciated.  Registered users will recieve a disk with the
  104. next major upgrade of the package, or the current version if an older
  105. version is registered.  See the file register.doc for information.
  106.  
  107. At this time, any comments/suggestions can be sent to:
  108.  
  109. Dan Schikore
  110. schikore@mentor.cc.purdue.edu (Internet)
  111.  
  112. 1983 Greenheath (US Mail)
  113. Florissant, MO 63033
  114.